home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / graphz11.zip / DEMO_SRC / GZDEMO.DEF < prev    next >
Text File  |  1995-04-05  |  421b  |  20 lines

  1. NAME      GzDemo
  2. EXETYPE   WINDOWS
  3. CODE      PRELOAD MOVEABLE DISCARDABLE
  4. DATA      PRELOAD MOVEABLE MULTIPLE
  5. HEAPSIZE  2048
  6. STACKSIZE 20000
  7. IMPORTS
  8.         GZRegister=GraphZ.1
  9.         GZAddPoints=GraphZ.2
  10.         GZGetSettings=GraphZ.3
  11.         GZSetSettings=GraphZ.4
  12.         GZWriteIni=GraphZ.5
  13.         GZLoadIni=GraphZ.6
  14.         GZSetIni=GraphZ.7
  15.         GZMakeDate=GraphZ.8
  16.         GZExtractTime=GraphZ.9
  17.         GZExtractDate=GraphZ.10
  18. EXPORTS
  19.         DemoDlgProc
  20.